home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ftpconnect11 / _setup.1 / ftpconnect11.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-03-11  |  2KB  |  114 lines

  1. object Form2: TForm2
  2.   Left = 97
  3.   Top = 39
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Quick Connect'
  7.   ClientHeight = 125
  8.   ClientWidth = 332
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 128
  18.     Top = 8
  19.     Width = 39
  20.     Height = 13
  21.     Caption = 'User ID:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 128
  25.     Top = 48
  26.     Width = 49
  27.     Height = 13
  28.     Caption = 'Password:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 0
  32.     Top = 88
  33.     Width = 22
  34.     Height = 13
  35.     Caption = 'Port:'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 0
  39.     Top = 8
  40.     Width = 65
  41.     Height = 13
  42.     Caption = 'Host address:'
  43.   end
  44.   object Label5: TLabel
  45.     Left = 0
  46.     Top = 48
  47.     Width = 70
  48.     Height = 13
  49.     Caption = 'Initial directory:'
  50.   end
  51.   object Edit1: TEdit
  52.     Left = 128
  53.     Top = 24
  54.     Width = 121
  55.     Height = 21
  56.     Enabled = False
  57.     TabOrder = 0
  58.     Text = 'Anonymous'
  59.   end
  60.   object Edit2: TEdit
  61.     Left = 128
  62.     Top = 64
  63.     Width = 121
  64.     Height = 21
  65.     PasswordChar = '*'
  66.     TabOrder = 1
  67.     Text = 'anonymous'
  68.   end
  69.   object Button1: TButton
  70.     Left = 256
  71.     Top = 24
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Connect Now!'
  75.     TabOrder = 2
  76.     OnClick = Button1Click
  77.   end
  78.   object Button2: TButton
  79.     Left = 256
  80.     Top = 56
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Cancel'
  84.     TabOrder = 3
  85.     OnClick = Button2Click
  86.   end
  87.   object Edit4: TEdit
  88.     Left = 0
  89.     Top = 24
  90.     Width = 121
  91.     Height = 21
  92.     TabOrder = 4
  93.     Text = '127.0.0.1'
  94.   end
  95.   object Edit5: TEdit
  96.     Left = 0
  97.     Top = 64
  98.     Width = 121
  99.     Height = 21
  100.     TabOrder = 5
  101.     Text = '/'
  102.   end
  103.   object SpinEdit1: TSpinEdit
  104.     Left = 0
  105.     Top = 104
  106.     Width = 49
  107.     Height = 22
  108.     MaxValue = 0
  109.     MinValue = 0
  110.     TabOrder = 6
  111.     Value = 21
  112.   end
  113. end
  114.